

.wcga-support-instructions {
    font-weight: normal;
    text-align: left;;
}
.wcga-support-instructions div{
    margin-top:10px;
}

.wcga-support-instructions h3 {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 2px;
    padding-bottom: 2px;

}

.wcga-support-instructions a:link, .wcga-support-instructions a:visited {
    color: #70478c;
    font-weight: bold;
}
.wcga-support-instructions a:hover{
    transition: cubic-bezier(0.075, 0.82, 0.165, 1);
    text-decoration: underline;
}

.wcga-support-instructions  a::before {
    font-family: tabler-icons;
    content: "";
    padding-right: 4px;
  }


.wcga-login-input-parent-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 20px;
    width: 100%;


}
.wcga-login-input-box {
    max-width: 400px;
    width: 400px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.wcga-login-input-box  div{
   width: 100%;
   max-width: 280px;
}